PDF Plugin for Xojo

PDFDocument.LastErrorDetailNumber Property (console safe)

Returns detail number if there is any for the last error number that occurred, or zero if no error or no detail number.

LastErrorDetailNumber as UInt32 {Read}

Remarks

Note this number does not get cleared unless you call the ClearError method.

Its not required that you clear it though since we automatically clear the internal error, while leaving this external error number for the Xojo developer to peek at.

This property is deprecated, you should consider updating your project to use the new exception handing.

See Also

PDFDocument Class